ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Matrix Constructor / Matrix Constructor(Boolean,Vector[])
A bool indicates whether the direction of vectors is vertical.
A Vector array indicates the vectors.

In This Topic
    Matrix Constructor(Boolean,Vector[])
    In This Topic
    Initializes a new instance of Matrix class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal vertical As Boolean, _
       ByVal ParamArray vectors() As Vector _
    )
    public Matrix( 
       bool vertical,
       params Vector[] vectors
    )

    Parameters

    vertical
    A bool indicates whether the direction of vectors is vertical.
    vectors
    A Vector array indicates the vectors.
    See Also